textview: Remove extra magic for drawing children
authorBenjamin Otte <otte@redhat.com>
Tue, 3 Apr 2012 16:41:25 +0000 (18:41 +0200)
committerBenjamin Otte <otte@redhat.com>
Sat, 7 Apr 2012 11:01:25 +0000 (13:01 +0200)
commitdf37446f9b4116887865b7ecfddeb535fbc0eacb
tree8b9e41c28a7d3f2523b9d5e2a67154faca285359
parent7a7e2ed92b3427b71c8f2511440d3ff571b2a5d8
textview: Remove extra magic for drawing children

Instead, just draw the children. The cairo code will keep track of
things, so there's no need to track things.
Also, the old code was doing it wrong.

https://bugzilla.gnome.org/show_bug.cgi?id=672544
gtk/gtktextdisplay.c
gtk/gtktextdisplay.h
gtk/gtktextutil.c
gtk/gtktextview.c